[INFO] fetching crate async-defer 0.2.1...
[INFO] checking async-defer-0.2.1 against try#d1d7143153307f561233bd4d93e2a3b24157b081 for pr-151539-1
[INFO] extracting crate async-defer 0.2.1 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate async-defer 0.2.1
[INFO] finished tweaking crates.io crate async-defer 0.2.1
[INFO] tweaked toml for crates.io crate async-defer 0.2.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate async-defer 0.2.1 on toolchain d1d7143153307f561233bd4d93e2a3b24157b081
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 25 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 162fe49c68fd0f76da0ecb3b8f3f168663f95c8e39d8720a9e7a46669a8472ea
[INFO] running `Command { std: "docker" "start" "162fe49c68fd0f76da0ecb3b8f3f168663f95c8e39d8720a9e7a46669a8472ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "162fe49c68fd0f76da0ecb3b8f3f168663f95c8e39d8720a9e7a46669a8472ea" "/opt/rustwide/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "162fe49c68fd0f76da0ecb3b8f3f168663f95c8e39d8720a9e7a46669a8472ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "162fe49c68fd0f76da0ecb3b8f3f168663f95c8e39d8720a9e7a46669a8472ea" "/opt/rustwide/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking async-defer v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:34:25
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                         ^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 49 | caller_impl! {}
[INFO] [stdout]    | --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:39:31
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                               ^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 49 | caller_impl! {}
[INFO] [stdout]    | --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:34:25
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                         ^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 50 | caller_impl! {a: P1}
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:39:31
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                               ^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 50 | caller_impl! {a: P1}
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:34:25
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                         ^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 51 | caller_impl! {a: P1, b: P2}
[INFO] [stdout]    | --------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:39:31
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                               ^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 51 | caller_impl! {a: P1, b: P2}
[INFO] [stdout]    | --------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:34:25
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                         ^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 52 | caller_impl! {a: P1, b: P2, c: P3}
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:39:31
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                               ^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 52 | caller_impl! {a: P1, b: P2, c: P3}
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:34:25
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                         ^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 53 | caller_impl! {a: P1, b: P2, c: P3, d: P4}
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:39:31
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                               ^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 53 | caller_impl! {a: P1, b: P2, c: P3, d: P4}
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:34:25
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                         ^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 54 | caller_impl! {a: P1, b: P2, c: P3, d: P4, e: P5}
[INFO] [stdout]    | ------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:39:31
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                               ^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 54 | caller_impl! {a: P1, b: P2, c: P3, d: P4, e: P5}
[INFO] [stdout]    | ------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:34:25
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                         ^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 55 | caller_impl! {a: P1, b: P2, c: P3, d: P4, e: P5, f: P6}
[INFO] [stdout]    | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:39:31
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                               ^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 55 | caller_impl! {a: P1, b: P2, c: P3, d: P4, e: P5, f: P6}
[INFO] [stdout]    | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:34:25
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                         ^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 56 | caller_impl! {a: P1, b: P2, c: P3, d: P4, e: P5, f: P6, g: P7}
[INFO] [stdout]    | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:39:31
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                               ^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 56 | caller_impl! {a: P1, b: P2, c: P3, d: P4, e: P5, f: P6, g: P7}
[INFO] [stdout]    | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:34:25
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                         ^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 49 | caller_impl! {}
[INFO] [stdout]    | --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:39:31
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                               ^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 49 | caller_impl! {}
[INFO] [stdout]    | --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:34:25
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                         ^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 50 | caller_impl! {a: P1}
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:39:31
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                               ^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 50 | caller_impl! {a: P1}
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:34:25
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                         ^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 51 | caller_impl! {a: P1, b: P2}
[INFO] [stdout]    | --------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:39:31
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                               ^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 51 | caller_impl! {a: P1, b: P2}
[INFO] [stdout]    | --------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:34:25
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                         ^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 52 | caller_impl! {a: P1, b: P2, c: P3}
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:39:31
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                               ^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 52 | caller_impl! {a: P1, b: P2, c: P3}
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:34:25
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                         ^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 53 | caller_impl! {a: P1, b: P2, c: P3, d: P4}
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:39:31
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                               ^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 53 | caller_impl! {a: P1, b: P2, c: P3, d: P4}
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:34:25
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                         ^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 54 | caller_impl! {a: P1, b: P2, c: P3, d: P4, e: P5}
[INFO] [stdout]    | ------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:39:31
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                               ^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 54 | caller_impl! {a: P1, b: P2, c: P3, d: P4, e: P5}
[INFO] [stdout]    | ------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:34:25
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                         ^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 55 | caller_impl! {a: P1, b: P2, c: P3, d: P4, e: P5, f: P6}
[INFO] [stdout]    | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.39s
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:39:31
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                               ^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 55 | caller_impl! {a: P1, b: P2, c: P3, d: P4, e: P5, f: P6}
[INFO] [stdout]    | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:34:25
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                         ^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 56 | caller_impl! {a: P1, b: P2, c: P3, d: P4, e: P5, f: P6, g: P7}
[INFO] [stdout]    | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |             pub fn call(&self, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/caller.rs:39:31
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<(Instant, $($p),*)> {
[INFO] [stdout]    |                               ^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 56 | caller_impl! {a: P1, b: P2, c: P3, d: P4, e: P5, f: P6, g: P7}
[INFO] [stdout]    | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `caller_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |             pub fn call_later(&self, when: Instant, $($name: $p),*) -> Send<'_, (Instant, $($p),*)> {
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "162fe49c68fd0f76da0ecb3b8f3f168663f95c8e39d8720a9e7a46669a8472ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "162fe49c68fd0f76da0ecb3b8f3f168663f95c8e39d8720a9e7a46669a8472ea", kill_on_drop: false }`
[INFO] [stdout] 162fe49c68fd0f76da0ecb3b8f3f168663f95c8e39d8720a9e7a46669a8472ea
